-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CI/CD and implement the first two rules #9
Conversation
Signed-off-by: romanodanilo <[email protected]> Signed-off-by: romanodanilo <[email protected]>
Signed-off-by: romanodanilo <[email protected]> Signed-off-by: romanodanilo <[email protected]>
Signed-off-by: romanodanilo <[email protected]> Signed-off-by: romanodanilo <[email protected]>
Signed-off-by: romanodanilo <[email protected]> Signed-off-by: romanodanilo <[email protected]>
Signed-off-by: romanodanilo <[email protected]> Signed-off-by: romanodanilo <[email protected]>
Signed-off-by: hoangtungdinh <[email protected]> Signed-off-by: hoangtungdinh <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Implementation looks good to me.
Other than that only the same question as for opendrive, i.e. why not just remove to original implementation?
@pmai, the reason we keep the original implementation is that it is easier to access and use as a reference when implementing the rule, as we don't have to search the commit history or another branch to find the original implementation. However, I can see that it causes confusion. We will remove the original implementation in the next sprint. |
Signed-off-by: hoangtungdinh <[email protected]>
I am closing this PR as we now have #27 carrying all the commits from this PR. |
Description
This PR is ready for CCB's review.
This PR sets up the structure of the repository, creates CI/CD and implements the first two rules using the Python Base Library.
Main changes
original_implementation
folder so that it can still be easily accessed and used as the reference implementation for the new rules. Towards the end of the project, the folderoriginal_implementation
will be removed.How was the PR tested?
Notes
This PR will close the following issues: